diff --git a/src/Form/AltLanguageForm.php b/src/Form/AltLanguageForm.php
index a64999e..f8f969e 100644
--- a/src/Form/AltLanguageForm.php
+++ b/src/Form/AltLanguageForm.php
@@ -161,7 +161,6 @@ class AltLanguageForm extends EntityForm {
       $form['ccc']['container']['altLanguageIntro'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('Intro in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageIntro,
         '#description' => $this->t("Intro in Alternative Language"),
@@ -207,7 +206,6 @@ class AltLanguageForm extends EntityForm {
       $form['ccc']['container']['altLanguageNecessaryDescription'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('Necessary Description in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageNecessaryDescription,
         '#description' => $this->t("Necessary Description in Alternative Language"),
@@ -226,7 +224,6 @@ class AltLanguageForm extends EntityForm {
       $form['ccc']['container']['altLanguageThirdPartyDescription'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('Third Party Description in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageThirdPartyDescription,
         '#description' => $this->t("Third Party Description in Alternative Language"),
@@ -263,7 +260,6 @@ class AltLanguageForm extends EntityForm {
       $form['ccc']['container']['altLanguageNotifyDescription'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('Notify Description Text in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageNotifyDescription,
         '#description' => $this->t("Notify Description Text in Alternative Language"),
@@ -319,7 +315,6 @@ class AltLanguageForm extends EntityForm {
         $form['ccc']['container'][$cookieCat->getCookieName()]['altLanguageOptionalCookiesDescription_' . $cookieCat->id()] = [
           '#type' => 'text_format',
           '#format' => 'full_html',
-          '#allowed_formats' => ['full_html'],
           '#title' =>
           ucfirst($cookieCat->getCookieName()) . " " .
           $this->t('Optional Cookies Description in Alternative Language'),
@@ -524,7 +519,6 @@ class AltLanguageForm extends EntityForm {
       $form['iabTexts']['altLanguageIabDescriptionText'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('IAB Description in Alternative Language'),
         '#description' => $this->t('Set the description text for IAB in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageIabDescriptionText,
@@ -545,7 +539,6 @@ class AltLanguageForm extends EntityForm {
       $form['iabTexts']['altLanguageIabPanelIntroText'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('IAB Panel Introduction Text in Alternative Language'),
         '#description' => $this->t('Set the introductory text for the IAB panel in Alternative Language.'),
         '#default_value' => $altLanguage->altLanguageIabPanelIntroText,
@@ -553,7 +546,6 @@ class AltLanguageForm extends EntityForm {
       $form['iabTexts']['altLanguageIabAboutIabText'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('About IAB Text in Alternative Language'),
         '#description' => $this->t('Set the about AIB text in Alternative Language.'),
         '#default_value' => $altLanguage->altLanguageIabAboutIabText,
@@ -640,7 +632,6 @@ class AltLanguageForm extends EntityForm {
       $form['iab2Texts']['altLanguageIabPanelIntro1'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('IAB Panel Intro 1 Text in Alternative Language'),
         '#description' => $this->t('IAB Panel Intro 1 Text in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageIabPanelIntro1,
@@ -649,7 +640,6 @@ class AltLanguageForm extends EntityForm {
       $form['iab2Texts']['altLanguageIabPanelIntro2'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('IAB Panel Intro 2 Text in Alternative Language'),
         '#description' => $this->t('IAB Panel Intro 2 Text in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageIabPanelIntro2,
@@ -658,7 +648,6 @@ class AltLanguageForm extends EntityForm {
       $form['iab2Texts']['altLanguageIabPanelIntro3'] = [
         '#type' => 'text_format',
         '#format' => 'full_html',
-        '#allowed_formats' => ['full_html'],
         '#title' => $this->t('IAB Panel Intro 3 Text in Alternative Language'),
         '#description' => $this->t('IAB Panel Intro 3 Text in Alternative Language'),
         '#default_value' => $altLanguage->altLanguageIabPanelIntro3,
diff --git a/src/Form/CookieCategoryForm.php b/src/Form/CookieCategoryForm.php
index df9df24..848d815 100644
--- a/src/Form/CookieCategoryForm.php
+++ b/src/Form/CookieCategoryForm.php
@@ -102,7 +102,6 @@ class CookieCategoryForm extends EntityForm {
       '#description' => $this->t("The full description assigned to the category and displayed by the module."),
       '#required' => TRUE,
       '#format' => 'full_html',
-      '#allowed_formats' => ['full_html'],
     ];
 
     $form['cookies'] = [
diff --git a/src/Form/IAB2Settings.php b/src/Form/IAB2Settings.php
index d0a7957..371a80a 100644
--- a/src/Form/IAB2Settings.php
+++ b/src/Form/IAB2Settings.php
@@ -175,10 +175,6 @@ class IAB2Settings extends ConfigFormBase {
     $iabYamlPath = drupal_get_path('module', 'civiccookiecontrol') . "/src/Form/IAB2FormElements/iab.settings.yml";
     $formItems = Yaml::parse(file_get_contents($iabYamlPath));
     foreach ($formItems as $key => $element) {
-      if (array_key_exists('#format', $element) && $element['#format'] == 'full_html') {
-        $element['#allowed_formats'] = [$element['#format']];
-      }
-
       if (($element['#default_value'] == $key) &&
           (array_key_exists('boolOptions', $element) && $element['boolOptions'] == 1)) {
         $element['#options'] = [
diff --git a/src/Form/Steps/CCCSettings.php b/src/Form/Steps/CCCSettings.php
index 6e0b518..1fb3402 100644
--- a/src/Form/Steps/CCCSettings.php
+++ b/src/Form/Steps/CCCSettings.php
@@ -306,9 +306,6 @@ their consent.</div>";
             ));
         }
 
-        if (array_key_exists('#format', $element) && $element['#format'] == 'full_html') {
-          $element['#allowed_formats'] = [$element['#format']];
-        }
         unset($element['cookieVersion']);
         unset($element['boolOptions']);
         unset($element['needsApiValidation']);
